runtime.mProfCycleHolder.read (method)
5 uses
runtime (current package)
mprof.go#L190: func (c *mProfCycleHolder) read() (cycle uint32) {
mprof.go#L426: cycle := mProfCycle.read() + 1
mprof.go#L448: index := (mProfCycle.read() + 2) % uint32(len(memRecord{}.future))
mprof.go#L470: index := (mProfCycle.read() + 1) % uint32(len(memRecord{}.future))
mprof.go#L1018: cycle := mProfCycle.read()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)